<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "iconfont"; /* Project id 4189260 */
  src: url('iconfont.woff2?t=1695173642457') format('woff2'),
       url('iconfont.woff?t=1695173642457') format('woff'),
       url('iconfont.ttf?t=1695173642457') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e64f";
}

.icon-search:before {
  content: "\e600";
}

.icon-prev:before {
  content: "\e643";
}

.icon-next:before {
  content: "\e6a2";
}

.icon-right:before {
  content: "\e670";
}

.icon-play-filling:before {
  content: "\e87e";
}

.icon-down:before {
  content: "\e839";
}

</pre></body></html>